Skip to content

Conversation

@idegtiarenko
Copy link
Contributor

Closes: #127754

@idegtiarenko idegtiarenko requested a review from alex-spies May 6, 2025 13:02
@idegtiarenko idegtiarenko added >test Issues or PRs that are addressing/adding tests Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) :Analytics/ES|QL AKA ESQL v9.1.0 labels May 6, 2025
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-analytical-engine (Team:Analytics)


// contains expressions only from EVAL
assertThat(rule.appliedTo, contains(alias, add, attribute, literal));
assertThat(rule.appliedTo, containsInAnyOrder(alias, add, attribute, literal));
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This might appear as alias, add, attribute, literal or attribute, literal, add, alias depending on TransformDirection

@idegtiarenko idegtiarenko merged commit 31efea7 into elastic:main May 7, 2025
17 checks passed
@idegtiarenko idegtiarenko deleted the fix_127754 branch May 7, 2025 09:10
ywangd pushed a commit to ywangd/elasticsearch that referenced this pull request May 9, 2025
afoucret pushed a commit to afoucret/elasticsearch that referenced this pull request May 9, 2025
jfreden pushed a commit to jfreden/elasticsearch that referenced this pull request May 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

:Analytics/ES|QL AKA ESQL Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) >test Issues or PRs that are addressing/adding tests v9.1.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CI] OptimizerRulesTests testOptimizerExpressionRuleShouldNotVisitExcludedNodes failing

3 participants